Initial Items array
Values<T> Constructor(T[])
Initializes a new instance of the Values<T> class.
Syntax
public Values<T>( 
   T[] items
)

Parameters

items
Initial Items array
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also